home *** CD-ROM | disk | FTP | other *** search
-
- #define HEADERSIZE 80*3
- #define MENULINESIZE 80*3
- #define HEADERLINE 3
- #define TAILLINE 1
- #define INDEXLINE 1
-
- void LineCount(void);
- void MakeIndex(int lcnt);
- char *GetDateString(unsigned short int date,char *datebuf);
- char *GetTimeString(unsigned short int time,char *timebuf);
- char *WriteOpenName(char *f);
- void Chain(int m);
-